Vcenter Deployment DataMigrationInfo
The Vcenter Deployment DataMigrationInfo {schema contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.
This schema was added in vSphere API 7.0.0.0.
{
"core": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"core_events_tasks": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"all": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"core_events_tasks_with_deferred": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"all_with_deferred": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
}
}
Migrate only core data and configuration from vCenter Server. Events, tasks, and stats will not be migrated.
This property was added in vSphere API 7.0.0.0.
Migrate core, events, and tasks from vCenter Server. Stats will not be migrated.
This property was added in vSphere API 7.0.0.0.
Migrate all data from vCenter Server.
This property was added in vSphere API 7.0.0.0.
Migrate core, events, and tasks from vCenter Server. Events and tasks will be migrated after the upgrade. Stats will not be migrated.
This property was added in vSphere API 7.0.0.0.
This property will be available only if the source database is using an external database.
Migrate all data from vCenter Server. Events, tasks, and stats will be migrated after the upgrade.
This property was added in vSphere API 7.0.0.0.
This property will be available only if the source database is using an external database.